home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / mmstrdsc.lha / MM / Docs / MM_SetAreaDesc.Doc < prev    next >
Text File  |  1996-04-28  |  6KB  |  196 lines

  1.  
  2.  
  3.  
  4.                                   L   L  L   L
  5.                                   LL LL  LL LL
  6.                                   L L L  L L L
  7.                                   L   L  L   L
  8.                                   L   L  L   L
  9.  
  10.  
  11.     LLL   LLLLL  LLLLL   LLL   LLLL   LLLLL   LLL   LLLL   LLLLL   LLL    LLL
  12.    L      L        L    L   L  L   L  L      L   L  L   L  L      L      L
  13.     LLL   LLLL     L    LLLLL  LLLL   LLLL   LLLLL  L   L  LLLL    LLL   L
  14.        L  L        L    L   L  L  L   L      L   L  L   L  L          L  L
  15.     LLL   LLLLL    L    L   L  L   L  LLLLL  L   L  LLLL   LLLLL   LLL    LLL
  16.  
  17.  
  18.                              L   L  LL     LL  LLLL
  19.                              L   L L  L   L  L L
  20.                              L   L L  L     L  LLL
  21.                               L L  L  L    L      L
  22.                                L    LL  L LLLL LLL
  23.  
  24.  
  25.  
  26.                           (C)  1995/96  Robert Hofmann
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  1. Introduction
  33.  ===============
  34.  
  35.   1.1 Legal stuff
  36.   ---------------
  37.  
  38.    MM_SetAreaDesc  is just a script  to temporary fix the  missing MM_Set*Area*-
  39.    commands of MM  v1.1. Especially the missing  possibility to set the descrip-
  40.    tion of an #(ECHO|FECHO|TICK)AREA.
  41.  
  42.    The programs and files in this distribution are freely distributable, but are
  43.    also Copyright (c) Robert Hofmann.  They may be freely distributed as long as
  44.    no more than a nominal fee is charged to cover time and copying costs.
  45.  
  46.    No commercial usage is  permitted without  written permission from the author
  47.    Everything in this distribution must be kept together, in original unmodified
  48.    form.
  49.  
  50.  
  51.    MM_SetAreaDesc is mailware :-). This  means if  you use it, please write me a
  52.    short mail. You know,  it is frustrating  to write programs  and there are no
  53.    responses from the users if they like it or not...
  54.  
  55.  
  56.    Accepting these few points is the only condition for using MM_SetAreaDesc...
  57.  
  58.  
  59.  
  60.    =============================================================================
  61.    The author is not responsible for any  problems caused by using this program!
  62.    =============================================================================
  63.  
  64.  
  65.  
  66.   1.2 General stuff
  67.   -----------------
  68.  
  69.    I am not the best in  writing doc, but quiet good  in coding I think :-) This
  70.    docs are a bit  short I have to  appolognize, but I hope you'll understand it
  71.    anyway... Especially my English and the typo's ;-)
  72.  
  73.  
  74.    If there is  anybody out there  who is able to &  wants translate the docs to
  75.    his own language, please do so and send them to me! I'll add them to the next
  76.    release. Also translators always will get the newest betas! ;-)
  77.  
  78.    Unfortunatly I don't have the will & time to translate my docs even to German
  79.    - my time is better used for coding :-)
  80.  
  81.  
  82.  
  83.  
  84.  
  85.   1.3 Author
  86.   ----------
  87.  
  88.    If  you  have  suggestions  or remarks about this program, or if you find any
  89.    bugs, please let me know.
  90.  
  91.  
  92.    Contacting the author:
  93.  
  94.      Internet .. :  robert@next.amistep.osn.de (soon!)
  95.      FidoNet ... :  2:2490/1015.0   (may change soon!)
  96.      AmigaNet .. :  39:171/101.0
  97.  
  98.      Snail-mail  :  Robert Hofmann
  99.                     Volkmannstr. 35
  100.                     D-90443 Nürnberg
  101.                     Tel. +49-(0)-911-9941680 (18-20h German time only!!!)
  102.                     Germany
  103.  
  104.      Bank-Account:  Account-holder:  Robert Hofmann
  105.                     Account-number:  67920
  106.                     Bank-ID ..... :  76090000
  107.                     S.W.I.F.T.code:  GENO DE MV 760
  108.                     Bank-name ... :  Volksbank Nuernberg e.G.
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  2. Features
  115.  ===========
  116.  
  117.   MM_SetAreaDesc...
  118.  
  119.     ... is able to set the area-description of #(ECHO|FILE|TICK)AREAs - it
  120.         /fixes/ the missing set-areadesc-function of MM <=1.2.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  3. Installation
  127.  ===============
  128.  
  129.   Just copy the script to MM:Rexx/...
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  4. Usage
  136.  ========
  137.  
  138.   [RX] MM_SetAreaDesc[.rexx] CFG/A,NEWCFG/A,DESCFILE/A,QUIET/S,INSERT/S,
  139.                              REPLACE/S
  140.  
  141.     CFG       the currently loaded MM.cfg
  142.     NEWCFG    the name to save the cfg as
  143.     DESCFILE  the name of the file containing the area-descriptions
  144.     FORCE     overwrite NEWCFG if it already exists
  145.     QUIET     don't ask, just do it :-)
  146.     INSERT    do not change existing descriptions, just insert new ones
  147.     REPLACE   replace CFG with NEWCFG and force MM to reload its cfg
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  5. Theory of operation
  154.  ======================
  155.  
  156.   MM_SetAreaDesc will check every area you have if there is a description for it
  157.   in the descfile, if so it will (ask you and) set it.
  158.  
  159.   It has to be done this way, because  locating an area inside a big  cfgfile is
  160.   dog-slow!
  161.  
  162.   After all was checked, the new cfg will  be written. Now you have to check and
  163.   replace your old cfg with it.
  164.  
  165.   It isn't the fastest but it works...
  166.  
  167.   I suggest you to join  all the descfiles you have  instead of starting it once
  168.   for every file.
  169.  
  170.   You can try it using Examples/Example.lst...
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  6. Acknowledgements
  177.  ===================
  178.  
  179.   Pino Aliberti     For his EXCELLENT Mail Manager! For  implementing nearly all
  180.                     I wanted (this was much work I think and delayed the release
  181.                     of MM for some  month ;-)) For our hard  but fair  fights in
  182.                     MMBETA and at  least for the  nice note about me in the docs
  183.                     8^))))
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.   _  o         Robert Hofmann         2:2490/1015@FidoNet   16:168/9024@ZyxelNet
  193.  |<)_/#                              39:171/101@AmigaNet   107:1805/230@TrekNet
  194.  TT  <T  robert@next.amistep.osn.de  56:63/201@XNet        213:314/9127@XCessNet
  195.  
  196.